home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / REDUCE < prev    next >
Text File  |  1991-08-29  |  246b  |  8 lines

  1. to reduce :reduce.function :reduce.list
  2. if emptyp bf :reduce.list [op first :reduce.list]
  3. op apply :reduce.function (list (first :reduce.list) ~
  4.                                 (reduce :reduce.function bf :reduce.list))
  5. end
  6.  
  7. bury "reduce
  8.